home *** CD-ROM | disk | FTP | other *** search
/ Web Star/List Star - Eve…he Ultimate Internet Site / StarNine Internet Pubisher (Web Star and List Star)(StarNine)(1995).iso / ListSTAR™ / Tools and Enhancments / ListSTAR Scripts ReadMe
Text File  |  1995-08-10  |  5KB  |  89 lines

  1. Scripts for Extending ListSTAR
  2.  
  3. This folder contains applescripts which extend the features of ListSTAR. The ListSTAR rules interface allows applescripts to be invoked either as a "Trigger" on an incoming mail message or as an "Action".   Within the ListSTAR rules interface the applescript is simply located and selected so that when an incoming mail message passes the set of  defined tests for the presence of certain criteria -- such as having a specific subject -- the selected applescript is invoked.  Each applescript in this collection contains a ReadMe that explains the set-up and usage of the accompanying script or scripts.  Some of these scripts need to be edited and recompiled so that certain variables they contain reflect conditions in your local environment.   Other scripts have an interactive interface that step you through the set-up process.  For a more complete overview of the interaction between ListSTAR and applescripts, see the ListSTAR online documentation.
  4.  
  5.  
  6. FTP Site
  7.  
  8. For future changes to these scripts and for additional applescripts to enhance ListSTAR, anonymous ftp to ftp.starnine.com/pub/evals/liststar/script_examples or use the following URL ftp://ftp.starnine.com/pub/evals/liststar/script_examples.
  9.  
  10.  
  11. What you need
  12.  
  13. In order to use this package, you must have AppleScript installed, as well as the scriptable Finder.  An install of System 7.5 or later guarantees compatibility, although System 7 Pro may work as well.  Each individual script may have additional requirements.
  14.  
  15.  
  16. Customizing the process
  17.  
  18. The included scripts were written for easy modification.  For the most part, any custom editing that needs to be done will be in the variables at the top of each script.  Each script's comments as well as the instructions in the ReadMe files should make it easy to get any of these scripts running with little time investment.  
  19.  
  20. If you run into problems, contact StarNine Support (support@starnine.com).  Unfortunately, we can only help you get these scripts running.  Support for further customization is not provided.  If you need general AppleScript help or advice see the AppleScript Support section in this ReadMe.
  21.  
  22.  
  23. The Scripts
  24.  
  25. • Return Parameters (Debugging Scripts folder)
  26. Returns variables passed to the script by ListSTAR.
  27.  
  28. • Restart (Mac Administration via E-Mail folder)
  29. Allows restarting of the ListSTAR Macintosh via email.
  30.  
  31. • Send Digests with TOC (Sending Digests with TOC folder)
  32. Adds a simple Table of Contents to an outgoing digest.  The instructions  assume you are starting with copies of the "Listserver Demo" and "Listserver Timer" services that are installed with ListSTAR. 
  33.  
  34. • RFC Triggers (RFC Triggers folder)
  35. These scripts read the RFC headers of an incoming message.  The "Check for Precedence Bulk RFC" script allows you to check for the "Precedence: Bulk" header.  The "X-Planation" script utilizes the Speech Manager to read the "X-Planation" field of incoming mail.
  36.  
  37. • Return Subscriber List (Return Subscriber List folder)
  38. Replies to the sender with a formatted list of subscribers to an address list.
  39.  
  40. • Backup ListSTAR (Backing up ListSTAR folder)
  41. Executes a backup of all essential ListSTAR files.
  42.  
  43. • Notify! Integration (Paging with ListSTAR folder)
  44. Allows ListSTAR to send pages to Notify! subscribers. 
  45.  
  46. • PageNOW! Integration (Paging with ListSTAR folder)
  47. Allows ListSTAR to send pages to PageNOW subscribers.
  48.  
  49. • ListSTAR Web-based Address List Editor (Integrating ListSTAR/WebSTAR folder)
  50. Allows the editing of ListSTAR address lists from a WWW browser.  The script subscribes users, unsubscribes users, and checks lists for subscription entries.
  51.  
  52. • Web Browsable Digests (Enhancing ListSTAR Digests folder)
  53. This set of scripts manages a full-featured digest system where digests are filed in HTML format.  They handle the generation of a Table of Contents,  sending the digest to a list, and saving the digest in HTML format.  This is a complicated script with many variables to customize.  The documentation should be followed closely.
  54.  
  55.  
  56. AppleScript Support
  57.  
  58. StarNine Technologies recommends System 7.5 or later when using the provided AppleScripts.  StarNine can not provide support on customization of AppleScripts for use with the WebSTAR and ListSTAR products.
  59.  
  60. On-line AppleScript tutorials, by Jon Wiederspan, are included on this CD and are also available via the Web:  http://www.uwtc.washington.edu/Computing/WWW/Lessons/
  61.  
  62. The Macintosh Scripting Mailing List is a forum for discussing Macintosh scripting,  scripting products and scripting procedures.
  63.  
  64. To  subscribe to the Macintosh Scripting Mailing List:
  65. Send mail to: listserv@dartmouth.edu
  66. Use the subject:  Subscribe
  67. And the message body:  subscribe macscrpt <your full name here> 
  68.  
  69. To  unsubscribe from the Macintosh Scripting Mailing List:
  70. Send mail to: listserv@dartmouth.edu
  71. With the subject:  Unsubscribe
  72. And the message body:  signoff macscrpt 
  73.  
  74. To receive a daily Digest of the Macintosh Scripting Mailing List:
  75. Send mail to: listserv@dartmouth.edu
  76. With the subject of :  Digest
  77. And the message body:  set macscrpt digest
  78.  
  79. To receive additional info on using the Macintosh Scripting Mailing List:
  80. Send mail to: listserv@dartmouth.edu
  81. With the subject of :  help
  82. And the message body:  help
  83.  
  84. To send mail to the Macintosh Scripting Mailing List:
  85. Use the address: MacScripting@dartmouth.edu 
  86.  
  87. To ask the human moderators a question:
  88. Use the address:  MacScripting-Request@dartmouth.edu 
  89.